google.golang.org/grpc/internal/transport.ClientStream.headerChan (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
client_stream.go#L46: headerChan chan struct{} // closed to indicate the end of header metadata.
client_stream.go#L137: <-s.headerChan
client_stream.go#L138: case <-s.headerChan:
http2_client.go#L500: headerChan: make(chan struct{}),
http2_client.go#L806: close(s.headerChan)
http2_client.go#L968: close(s.headerChan)
http2_client.go#L1637: close(s.headerChan)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)